@charset "utf-8";
/* CSS reset */

body,p,div,h1,h2,h3,h4,h5,h6,ul,li,form,table,dd,dl,dt{ margin:0; padding:0;}
body{font-family:"Microsoft YaHei";font-size:12px; }
ul,li{ list-style:none;}
input,button,select,textarea{ border:0; border:none; outline:none; vertical-align:middle; font-size:12px;}
img{border:0; border:none;-ms-transition: all 0.4s;-webkit-transition: all 0.4s;transition: all 0.4s;}
a{color:#2b2b2b;text-decoration:none; -ms-transition: all 0.4s; -webkit-transition: all 0.4s;transition: all 0.4s;}
a:hover{ color:#0d61a5;text-decoration:none;-ms-transition: all 0.4s;-webkit-transition: all 0.4s;transition: all 0.4s;}
.clear{clear:both; height:0px; line-height:0px; font-size:0px; border:0; border:none; zoom:0;}
.fl{float:left;}
.fr{float:right;}
.auto{ margin:0 auto;}
.auto2{width:1200px;  margin:0 auto;}
.fcolor1{ color: #0d61a5;}
.cursor{cursor:pointer;}
.btn-sty{cursor:pointer; border:0; border:none;}
.clear{ clear:both;}
.over{ overflow:hidden;}
.mr50{ margin-right:50px;}
.mt60{ margin-top:60px;}
.mt40{ margin-top:40px;}
.mt20{ margin-top:20px;}
.mb30{ margin-bottom:30px;}
.mb60{ margin-bottom:60px;}
.none{display:none;}
body{ background:#fff;}
/*----公用字号----*/
.mic-y{font-family:"Microsoft YaHei";}
.f_12{font-size:12px;}
.f_14{font-size:14px;}
.f_16{font-size:16px;}
.f_18{font-size:18px;}
.f_20{font-size:20px;}
.f_22{font-size:22px;}
.f_24{font-size:24px;}
.f_26{font-size:26px;}
.f_28{font-size:28px;}
.f_30{font-size:30px;}
.f_32{font-size:32px;}
.f_34{font-size:32px;}
.f_36{font-size:32px;}
.f_38{font-size:38px;}
.bold{font-weight:bold;}
.normal{font-weight:normal;}

/*-----公用颜色-----*/
@font-face { font-family: "iconfont"; src: url('../font/iconfont.eot'); /* IE9*/ src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../font/iconfont.woff') format('woff'), /* chrome、firefox */  url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */ }
.iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; }



.abuot_btm_pic li{ float: left; margin: 20px 9px;-ms-perspective: 900px;-moz-perspective: 900px;
-webkit-perspective: 900px;}
.abuot_btm_pic li img{-ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;}
.abuot_btm_pic li img:hover{-ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);}